home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist / dist6.3 / ViewKit_dev.idb / usr / share / src / ViewKit / ComponentDemos / README.z / README
Encoding:
Text File  |  1996-09-20  |  1.0 KB  |  54 lines

  1. This directory contains demos of some of the pre-existing viewkit
  2. components. The examples are:
  3.  
  4.  
  5. graph
  6. =========
  7.  
  8. A simple program that builds and displays a graph from a description
  9. read from stdin. The input is expected to consist of lines of the
  10. form:
  11.  
  12. parent child parentLabel childLabel
  13.  
  14. names should be unique, but labels do not need to be. For example, one
  15. could input:
  16.  
  17. 1 2 one two
  18. 1 3 one three
  19. 3 4 three four
  20.  
  21. checkbox
  22. =========
  23.  
  24. Displays a simple checkbox, demoing the VkCheckBox component.
  25.  
  26. complete
  27. =========
  28.  
  29. Demonstrates the VkCompletionField used to complete a file name. Run as:
  30.  
  31. complete <directory>
  32.  
  33. resizer
  34. =========
  35.  
  36. Demonstrates the VkResizer component, whcih allows users to
  37. iteractively resize a widget.
  38.  
  39. modified
  40. =========
  41.  
  42. Demonstrates the VkModified component used with a text field. Modiying
  43. the contents of the text field displays a "dog-ear" in the upper right
  44. corner. Clicking on this dog-ear reverts the text field to its former
  45. value.
  46.  
  47. outliner
  48. =========
  49.  
  50. Demos the Vkoutline component, which presents a hierarchical browser.
  51.  
  52.  
  53.  
  54.